package created by autospec [release 0.2.7-1mamba;Tue Sep 28 2010]
This commit is contained in:
parent
cf6fd0197d
commit
d199e976d2
@ -1,2 +1,4 @@
|
||||
# libaosd
|
||||
|
||||
libaosd is an advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
|
||||
|
||||
|
81
libaosd.spec
Normal file
81
libaosd.spec
Normal file
@ -0,0 +1,81 @@
|
||||
Name: libaosd
|
||||
Version: 0.2.7
|
||||
Release: 1mamba
|
||||
Summary: An advanced on screen display (OSD) library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.atheme.org/project/libaosd
|
||||
Source: http://distfiles.atheme.org/libaosd-%{version}.tgz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXrender-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
libaosd is an advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libaosd is an advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package -n aosd_cat
|
||||
Group: Applications/Text
|
||||
Summary: On-screen display tool
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc LICENSE TODO
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libaosd
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files -n aosd_cat
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/aosd_cat
|
||||
%{_mandir}/man1/aosd_cat.1.*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2.7-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user