Search
j0ke.net Open Build Service
>
Projects
>
NASlinux
>
serdisplib
> serdisplib.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File serdisplib.spec of Package serdisplib (Revision 8)
Currently displaying revision
8
,
show latest
# # spec file for package serdisplib (Version 1.97.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, 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://bugs.opensuse.org/ # %define pkgname serdisplib %define libname libserdisp %define soname %{libname}1 Name: %{soname} BuildRequires: gd-devel %if 0%{?suse_version} > 1020 BuildRequires: libusb-devel %else BuildRequires: libusb %endif License: GPL v2 or later Group: System/Libraries Version: 1.97.9 Release: 1 Source0: %{pkgname}-%{version}.tar.bz2 URL: http://serdisplib.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Library for Certain Serial and Parallel LC Displays %description This is a library with support for certain serial and parallel LC displays connected to the parallel port (and also serial port with i2c displays). Authors: -------- Wolfgang Astleitner <mrwastl@users.sourceforge.net> %package -n %{libname}-devel Summary: Development environment for serdisplib Group: System/Libraries Requires: %{soname} = %{version} %if 0%{?suse_version} > 1020 Requires: libusb-devel %else Requires: libusb %endif %description -n %{libname}-devel This package contains the include-files and static libraries for serdisplib Authors: -------- Wolfgang Astleitner <mrwastl@users.sourceforge.net> %package -n %{pkgname}-tools Summary: Serdisplib Tools (testserdisp, multidisplay) Group: Productivity/Multimedia/Other Requires: %{soname} = %{version} Requires: gd %description -n %{pkgname}-tools This package contains the tools for serdisplib Authors: -------- Wolfgang Astleitner <mrwastl@users.sourceforge.net> %prep %setup -n %{pkgname}-%{version} %build CFLAGS="$RPM_OPT_FLAGS" \ ./configure --enable-libusb --prefix=$RPM_BUILD_ROOT/%{_prefix} --libdir=$RPM_BUILD_ROOT/%{_libdir} make %install %__make install %clean [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc doc COPYING HISTORY README TODO %{_libdir}/*.so.* %files -n %{libname}-devel %defattr(-,root,root) %{_libdir}/*.a %{_includedir}/serdisplib %{_includedir}/serdisplib/* %{_libdir}/*.so %files -n %{pkgname}-tools %defattr(-,root,root) %{_bindir}/* %changelog * Sun Aug 12 2007 - tsieden@suse.de - update to release 1.97.6 * fixed potential linking problem in src/Makefile (thanks to Bernhard Walle): libserdisp.so is now linked against libusb (if --enable-libusb is set) --> obsoletes patch from Mon Apr 2 11:41:18 CEST 2007 * enhancements / bug-removals in serdisp_tools.c, serdisp_colour.c, testserdisp.s * added support for S1D15G10-based displays in nokcol driver -> driver now uses generic sdtools_generic_get/setpixel() functions * added support for PCF8511-based displays in PCD8544 driver * backported the following displays/controllers (from current devel version): * Osram Pictiva 96X36 OLED 1bit, 1", monochrome * Osram Pictiva 96X64 OLED 16bit, 1", colour * Osram Pictiva 128X64 OLED 4bit, 2.7", greyscale * other minor changes / code beautifyings - fix build (BuildRequires libusb-devel only if suse_version >1020) * Wed May 16 2007 - olh@suse.de - Buildrequires libusb -> libusb-devel * Mon Apr 02 2007 - bwalle@suse.de - added build fix to link library against libusb, important when using dlopen() to use that library. * Fri Mar 09 2007 - tsieden@suse.de - update to release 1.97.5 * adapted some driver specs to current devel version * backported the following displays/controllers (from current devel version): * lh155-based displays (eg. Sharp M078CKA 240x64) - only 8080-mode supported for now * E08552 96x32 1bit (controller SED1530) * enhanced t6963-driver * slightly fastened sed133x-driver * Fri Feb 23 2007 - tsieden@suse.de - update to release 1.97.4 (small bugfixes) * Thu Jun 22 2006 - ro@suse.de - remove selfprovides * Thu Apr 13 2006 - tsieden@suse.de - update to release 1.97.2 * usb_bulk_read() causes some problems on certain linux-versions * multidisplay: corrected a bug resulting in a wrong background colour when in dithering mode (since v.1.96) * a SONAME is now set in libserdisp (enabled only when using linux) * new displays supported: ericsson r520, ks0108-based, c't includ usb-display * Sat Mar 11 2006 - tsieden@suse.de - fixed build * Fri Mar 03 2006 - tsieden@suse.de - initial release 1.96